home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000581_blitz-list-request_Mon Sep 19 01:47:52 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  1KB

  1. Received: from iconz.co.nz (acid@iconz.co.nz [202.14.100.2]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id BAA04182 for <blitz-list@helsinki.fi>; Mon, 19 Sep 1994 01:46:41 +0300
  2. Received: (acid@localhost) by iconz.co.nz (8.6.6.Beta6/8.6.6.Beta6) id KAA05236; Mon, 19 Sep 1994 10:40:46 +1200
  3. Date: Mon, 19 Sep 1994 10:40:45 +1200 (NZST)
  4. From: Acid Software <acid@iconz.co.nz>
  5. Subject: Re: Stack problems
  6. To: "Ott M. Aaloe" <OTT@microlnk.ml.ee>
  7. cc: blitz-list@helsinki.fi
  8. In-Reply-To: <6FD7823B19@microlnk.ml.ee>
  9. Message-ID: <Pine.3.89.9409191033.E5040-0100000@iconz.co.nz>
  10. MIME-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. Status: RO
  13.  
  14. Runtime errors enabled with libraries that fuck a4 will crash the stack 
  15. quite quickly, this is the same problem as UnlkA4 with machine code in 
  16. statements/functions.
  17.  
  18. This has nothing to do with the recursion overflowing the stack, we will 
  19. add a stack command for increasing the default stack size. We override 
  20. the DOS stack limit as there were inconsistincies found between 1.3 and 2.0.
  21.  
  22.